home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 7 / Eagles_Nest_Mac_Collection_Disc_7.TOAST / General Communication / Y&ZmodemC / minirb.1 < prev    next >
Text File  |  1989-01-10  |  1KB  |  54 lines

  1. '\" Revision Level 
  2. '\" Last Delta     09-08-87
  3. .TH MINIRB 1 OMEN
  4. .SH NAME
  5. minirb \- Bootstrap YMODEM Batch file receive
  6. .SH SYNOPSIS
  7. .B minirb
  8. .SH DESCRIPTION
  9. .I Minirb
  10. receives one or more files with YMODEM batch file transfer protocol.
  11. .I Minirb
  12. was developed for use as a bootstrap to simplify uploading of the longer
  13. .I rz
  14. and
  15. .I sz
  16. programs, such as are contained in the
  17. .I rzsz.zoo
  18. "zoo" archive or the
  19. .I rzsz.sh
  20. shell archive.
  21. .SH SEE ALSO
  22. YMODEM.DOC,
  23. Professional-YAM manual,
  24. sz(omen)
  25. .SH NOTES
  26. The source file
  27. .I minirb.c
  28. has been ruthlessly pruned
  29. (4k, 175 lines)
  30. to simplify uploading without benefit of
  31. an error correcting file transfer protocol.
  32. Do not reformat or add tabs to the source file
  33. as this would complicate uploading.
  34.  
  35. Please read the uploading suggestions in the chapter
  36. .I "File Transfer Basics"
  37. in the Professional-YAM or ZCOMM user's manual.
  38.  
  39. .I Minirb
  40. uses 8 bit checksum which may not be compatible with some programs
  41. claiming to support YMODEM batch transfers.
  42.  
  43. .I Minirb
  44. uses the
  45. YMODEM header
  46. file length information
  47. to avoid storing extraneous characters.
  48. .I Minirb
  49. deletes carriage returns and CPMEOF (^Z) characters
  50. encountered in uploaded files.
  51.  
  52. .I Minirb
  53. calls stty(1) to set and reset raw tty mode.
  54.